Our current capital markets are structured around a dangerous lie& that the sole function of the corporation is to return value to shareholders. 我们当前的资本市场构建在一个危险的谎言之上,即企业的唯一使命是给股东价值回报。
When tracing is enabled, Xdebug logs each function call, including each function's arguments and return value. 当跟踪被启用后,Xdebug将记录所有函数调用,包括每个函数的参数和返回值。
The function can also return a value ( or, more formally, an object), including a Python container like a tuple. 函数还可返回值(更为正式的说法是:对象),包括像tuple这样的Python容器。
If the function succeeds, the return value is non-zero. 如果函数成功,则返回值非零。
Call the function, and store the return value in a variable 调用这个函数,然后将返回值存储到一个变量中
Similarly, each post-sc function can examine and alter the return value. 类似地,每个post-sc函数都可以查看和修改返回值。
In both cases, each line of output equates to the application executing one function call and shows the arguments to the function and the return value of the function call. 在这两个输出中,每个输出行对应于应用程序执行的一个函数调用,其中显示函数的参数和函数调用的返回值。
Note that we specify HANDLESNULLS so that IDS allows our function to return a value when the column value is NULL. 注意,我们指定了HANDLESNULLS,因此,当列值为NULL时,IDS将允许函数返回一个值。
Most crucially, the function's return value can't be trusted. 最重要的是,不能信任函数的返回值。
To call a function and use its return value as part of a larger expression, simply name it and append a parenthesized argument list 要调用函数并使用它的返回值作为语言表达式的一部分,只需要命名它并附加一个使用圆括号括起的参数列表
Not only does this mean that every function must return a value, but that functions must inherently carry no intrinsic state from one call to the next. 这不仅意味着每个函数必须返回一个值,还意味着从一个调用到下一个调用,函数本质上不得具有内蕴状态(intrinsicstate)。
ERANGE& You've called a function, and the return value is too large to be represented by the return type. ERANGE:您已调用函数,但返回值太大而无法通过返回类型来呈现。
Instead, the last value in the function is considered the return value implicitly. ( You can always use return keyword if you prefer Java syntax, however.) 相反,函数中的最后一个值将被隐式地当作返回值(但是,如果您更喜欢Java语法,也可以使用return关键字)。
One interesting possibility for before/ after decoration is checking types of arguments to a function and the return value from a function. 对于修饰之前/之后来说,一种有趣的可能性就是检查传递给函数的参数和函数返回值的类型。
When the server receives the request from the client, the server executes the local function and returns the return value for the function to the client. 当服务器从客户端收到请求后,服务器执行本地函数,并将该函数的返回值返回给客户端。
This function has no return value. 这个函数没有返回值。
The only thing that you have to put in the function prototype,; again, is three things; one, the name of the function; the return value; and its arguments. 你唯一要加入到函数原型中的东西,是有三个东西,一,函数的名字;,返回值,和它的参数。
This immediately exits the function with a return value equal to the value of the expression. 函数会返回表达式代表的值,并且立即退出。
Then the numberOfRowsInSection function must be adjusted to return the correct value for each function. 接着numberOfRowsInSection函数也必须进行调整来为每个函数返回正确的值。
If the function succeeds, the return value is a pointer to the first byte of the memory block. 每一个内存块的内在结构中包含一个初始值为零的锁定计数器。
The CDate function will always return a value based on the active database calendar, whereas date constants are always evaluated by using the Gregorian calendar. cdate函数总是根据有效的数据库日历返回一个值,而日期常量总使用公历进行计算。
If the function succeeds, the return value is the height of one row of icons. 如果执行成功,返回一行图标的高度。
A function which does not return a value is sometimes called a procedure. 当一个函数没有返回值时,我们通常称它为一个过程。
In Erlang the last line of a function is the implied return value ( just like Ruby) and it always ends in a period. 在Erlang中,函数的最后一行默认成为函数的返回值(和Ruby一样),并且总是以句号结尾。
And then the only other difference is obviously, it's a function I need to return a value. 然后还剩下一点明显的区别,对于方法我要有返回值。
The Toggle function will return a new boolean value if it is clicked. 的切换函数将返回一个新的布尔值如果是点击。
The discussion on the text character string. function of STAGE was made, the use, reference function, return value of the function were introduced, the significance of the function was described, the applied examples of some functions were given. 对STAGE文本、字符串函数进行了讨论,介绍了函数的用法、参考函数、返回值等,描述了函数的意义,部分函数列出了应用实例。
If system of processing language is established with programs of lexical analysis and parsing, the function name, parameter and return value should be accordant. 若用词法和语法分析程序共同组成语言处理系统,其函数名、参数和返回值应一致。
Variable, function parameter passed, function return value and loop structure etc were improved in order to achieve the purpose of efficient processing. 主要对代码中的变量,函数的参数传递,函数的返回值以及循环结构等进行相应的改进,以达到高效处理的目的。